home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate KidPak / KidPak.iso / KidPak Programs / KEWLKIDS / TRAIN.EXE / scripts / DefineButton2_40 / BUTTONCONDACTION on(press).as next >
Text File  |  2000-03-23  |  66b  |  7 lines

  1. on(press){
  2.    tellTarget("/puff")
  3.    {
  4.       play();
  5.    }
  6. }
  7.